home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Utilities / Pastry / DeveloperNotes / sample / SoundSamplePane.h < prev    next >
Encoding:
Text File  |  1994-02-28  |  270 b   |  19 lines

  1.  
  2. #import <appkit/appkit.h>
  3. #import <soundkit/soundkit.h>
  4. #import "InspectorPane.h"
  5.  
  6. @interface SoundSamplePane:Object <InspectorPane>
  7. {
  8.     id    durationField;
  9.     id    statusField;
  10.     id    window;
  11.     id    playButton;
  12.     View    *view;
  13.     Sound    *sound;
  14. }
  15.  
  16. - play:sender;
  17.  
  18. @end
  19.